home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 218 / 218.d81 / t.world music < prev    next >
Text File  |  2022-08-26  |  4KB  |  129 lines

  1. u
  2.   S C E N E   W O R L D   M U S I C
  3.  
  4.         From People of Liberty
  5.          Text by Dave Moorman
  6.  
  7.  
  8.  NOTE: Scene World Music will LOAD and
  9. play the first number from any drive,
  10. but the menu of songs will work only
  11. on Drive 8. Also, the program does not
  12. return to LOADSTAR.
  13.  
  14.  
  15.     Let's face it: Here in the USA,
  16. our SID music is lame by Euro
  17. standards. Not bad music, for the
  18. transcription works of Dave Marquis,
  19. Corky Cochran, and others have brought
  20. rich, classical and classic music to
  21. the C-64.
  22.  
  23.     But our most used music player is
  24. SIDPlayer. There is nothing wrong
  25. with SIDPlayer, either. But music
  26. programs used by the Demo Dudes take
  27. the SID a step or two beyond just
  28. "play".
  29.  
  30.     Like drums. Cymbals. Ripply
  31. arppegios. Rock music.
  32.  
  33.     Having written a lame music
  34. processor, I wondered [how] the Euro
  35. music could have such remarkable
  36. sounds. I really wanted to incorporate
  37. the technology in PRESTO. But I
  38. couldn't figure out the trick.
  39.  
  40.     At the 2002 Chicago Expo, I was
  41. finally let into the secret. A folder,
  42. stamped with "Eyes Only", "Need to
  43. Know", and "Shoot Yourself After
  44. Reading" was placed before me by Robin
  45. Harbron. Actually, there was no
  46. folder. Sean Pappalardo (a.k.a.
  47. Pegasus/RPG) was working with one of
  48. the DemoTune programs, making the
  49. sound of a tom-tom.
  50.  
  51.     And here is the trick. Demo music
  52. is based on a 60 cycle per second IRQ
  53. (or to be more exact, a raster IRQ,
  54. which in Europe is 50 Hz). So is
  55. SIDPlayer, but what the Euro Dudez do
  56. is create compound sounds. Each 60th
  57. of a second, the output of the voice
  58. is changed: For example (if I recall
  59. correctly), the tom-tom began with a
  60. high frequency sawtooth tap, then slid
  61. down the scale in musical 5ths with a
  62. pulse waveform. "t!uuuuuuuuuu".
  63.  
  64.     Change the frequencies, waveforms,
  65. duration and you can create most any
  66. sound. The power behind the trick is
  67. to divide the sound into 60th of a
  68. second slices.
  69.  
  70.     And actually, this is not that
  71. different from the rich ripply
  72. arppegios that grace Euro songs.
  73.  
  74.     WE need to learn how to use the
  75. DemoTune sequencers. We really need an
  76. IRQ driver and understanding of how
  77. the files play. I did a little
  78. research and found that these files
  79. execute at $1000. To see the Basic
  80. I used to test things out, LOAD and
  81. LIST "PLAYTEST".
  82.  
  83.     Then I wrote a little IRQ driver:
  84. "PLAYER832.ML". I situated the code at
  85. location 832, since that is very often
  86. completely out of the way. The only
  87. downside is that everything below 1024
  88. is cleared with a warm reset. So, you
  89. will also find "PLAYERC000.ML". Use
  90. ML-MOVER and these two assemblies to
  91. put the code wherever you want it.
  92.  
  93.     To see the whole set-up, LOAD and
  94. LIST "PLAY.BAS" from this side.
  95.  
  96.     Now we have a whole slew of brand
  97. new songs for your enjoyment from
  98. Scene World. These are the "musics"
  99. that have graced the first five issues
  100. of this "Talking Disk" magazine.
  101.  
  102.     By the way, we will carry each
  103. issue of Scene World as it comes out.
  104. Next month, we will take a step back
  105. to SWO3, which has historic interviews
  106. with Fender Tucker and Yours Truly.
  107. Then SWO6 should be available.
  108.  
  109.     And we are not just ripping off
  110. Scene World. This is a unique look at
  111. what is going on around the world. If
  112. you are not on the Internet (and many
  113. of you are just as happy that way),
  114. Scene World will expand your horizons.
  115. And in reciprocation, I have edited a
  116. one-D64 special LOADSTAR for Scene
  117. World to distribute in their neck of
  118. the woods.
  119.  
  120.     We are all in this together! And I
  121. find new excitement in reaching around
  122. the world to friends who have so much
  123. in common with us.
  124.  
  125.     Thank you, People of Liberty.
  126.  
  127.  DMM
  128.  
  129.  
  130.